A parallel language is a form of computer language that includes constructs that allow multiple units of work to be performed at the same time. This is different from sequential languages, which attach constraints to all of their keywords and other syntactic constructs, such that only one bit of work is free to be performed at any point as the computation moves forward.
详细百科解释